home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscArrowButtonPalette / Makefile.preamble < prev    next >
Makefile  |  1994-10-05  |  505b  |  17 lines

  1. #    MiscArrowButton Makefile.preamble
  2. #    basically lifted from MiscClockView which was
  3. #     basically lifted from a mini-example (TTools, I would guess)
  4. #    this is 3.1 specific, and will enable the building of FAT palletes!
  5.  
  6. OTHER_PRODUCT_DEPENDS = libMiscArrowButton.a
  7.  
  8. LIBOFILES    =MiscArrowButton.subproj/MiscArrowButtonCell.o    \
  9.              MiscArrowButton.subproj/MiscArrowButton.o \
  10.              MiscArrowButton.subproj/wraps.o
  11.  
  12. OTHER_GARBAGE = libMiscArrowButton.a
  13.  
  14. OTHER_CFLAGS = -I.
  15.  
  16. INSTALLDIR = /LocalDeveloper/Palettes
  17.